C# Rendering Engine for Roguelike [closed]

Posted by Haedrian on Game Development See other posts from Game Development or by Haedrian
Published on 2012-10-31T19:24:11Z Indexed on 2012/10/31 23:18 UTC
Read the original article Hit count: 243

Filed under:
|
|

I'm trying my hand at designing a roguelike, and I need a pretty simple 2D rendering engine that works with C#

Its as simple as it gets, I want to be able to drop sprites somewhere on a grid, with some sort of menus/text on the side; that sort of thing. The (very complicated) game itself would be decoupled from the interface

I've looked into a number of engines and they all seem to be very complicated/support much more things than I need.

Right now I'm planning on making my own using either XNA or OpenTK - but I was wondering whether anyone has any suggestions for less-complicated rendering engines which might make my job easier.

Thanks.

© Game Development or respective owner

Related posts about c#

Related posts about engine